home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / games.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  274 b   |  14 lines

  1. on mouseUp
  2.   set the movieRate of sprite 1 to 0
  3.   puppetSound("info")
  4.   updateStage()
  5.   repeat while not soundBusy(1)
  6.   end repeat
  7.   repeat while soundBusy(1)
  8.   end repeat
  9.   pups_off()
  10.   go("fable")
  11.   set the visible of sprite 1 to 1
  12.   set the volume of sprite 1 to 255
  13. end
  14.